home *** CD-ROM | disk | FTP | other *** search
/ infoROM 17,000 Product Descriptions for Business / infoROM Product Descriptions for Business - ESX Interactive.ISO / argdemos / nexsys / tutorial.dcl < prev    next >
Encoding:
Text File  |  1993-06-21  |  805 b   |  39 lines

  1. button_12 : button {
  2.     width = 12;
  3.     fixed_width = true;
  4. }
  5.  
  6. tutorial : dialog {
  7.   key = "title";
  8.   value = "";
  9.   : list_box {
  10.       key = "contents";
  11.       height = 15;
  12.       width = 73;
  13.       multiple_select = true;
  14.       tabs = "9 17 25 33 41 49 57 65 73 81";
  15.       max_lines = 1000;         // Max lines per help item
  16.   }
  17.   : row {
  18.       fixed_width = true;
  19.       alignment = centered;
  20.       : button_12 {
  21.           key = "accept";
  22.           label = "OK";
  23.           is_default = true;
  24.           is_cancel = true;
  25.       }
  26.       : button_12 {
  27.           key = "tutorial_prev";
  28.           label = "Previous";
  29.           mnemonic = "P";
  30.       }
  31.       : button_12 {
  32.           key = "tutorial_next";
  33.           label = "Next";
  34.           mnemonic = "N";
  35.       }
  36.   }  
  37. }
  38.  
  39.